google.golang.org/grpc.traceInfo.tr (field)
50 uses
google.golang.org/grpc (current package)
server.go#L1264: trInfo.tr.LazyLog(&trInfo.firstLine, false)
server.go#L1279: trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
server.go#L1280: trInfo.tr.SetError()
server.go#L1282: trInfo.tr.Finish()
server.go#L1426: trInfo.tr.LazyLog(&payload{sent: false, msg: v}, true)
server.go#L1441: trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
server.go#L1442: trInfo.tr.SetError()
server.go#L1469: trInfo.tr.LazyLog(stringer("OK"), false)
server.go#L1525: trInfo.tr.LazyLog(&payload{sent: true, msg: reply}, true)
server.go#L1614: ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
server.go#L1615: ss.trInfo.tr.SetError()
server.go#L1617: ss.trInfo.tr.Finish()
server.go#L1618: ss.trInfo.tr = nil
server.go#L1714: trInfo.tr.LazyLog(&trInfo.firstLine, false)
server.go#L1741: ss.trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
server.go#L1742: ss.trInfo.tr.SetError()
server.go#L1760: ss.trInfo.tr.LazyLog(stringer("OK"), false)
server.go#L1783: tr: tr,
server.go#L1801: ti.tr.LazyLog(&fmtStringer{"Malformed method name %q", []any{sm}}, true)
server.go#L1802: ti.tr.SetError()
server.go#L1807: ti.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
server.go#L1808: ti.tr.SetError()
server.go#L1813: ti.tr.Finish()
server.go#L1862: ti.tr.LazyPrintf("%s", errDesc)
server.go#L1863: ti.tr.SetError()
server.go#L1867: ti.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
server.go#L1868: ti.tr.SetError()
server.go#L1873: ti.tr.Finish()
stream.go#L439: tr: newTrace("grpc.Sent."+methodFamily(method), method),
stream.go#L447: trInfo.tr.LazyLog(&trInfo.firstLine, false)
stream.go#L448: ctx = newTraceContext(ctx, trInfo.tr)
stream.go#L1097: if a.trInfo.tr != nil {
stream.go#L1098: a.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
stream.go#L1154: if a.trInfo.tr != nil {
stream.go#L1155: a.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
stream.go#L1223: if a.trInfo != nil && a.trInfo.tr != nil {
stream.go#L1225: a.trInfo.tr.LazyPrintf("RPC: [OK]")
stream.go#L1227: a.trInfo.tr.LazyPrintf("RPC: [%v]", err)
stream.go#L1228: a.trInfo.tr.SetError()
stream.go#L1230: a.trInfo.tr.Finish()
stream.go#L1231: a.trInfo.tr = nil
stream.go#L1667: if ss.trInfo.tr != nil {
stream.go#L1669: ss.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
stream.go#L1671: ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
stream.go#L1672: ss.trInfo.tr.SetError()
stream.go#L1752: if ss.trInfo.tr != nil {
stream.go#L1754: ss.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
stream.go#L1756: ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
stream.go#L1757: ss.trInfo.tr.SetError()
trace.go#L69: tr traceLog